home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / Programs / FlashFXP.v2.1.924.FINAL / FlashFXP.exe / 0 / RCDATA / TFRMPREF / TFRMPREF.txt
Encoding:
Text File  |  2003-07-01  |  31.7 KB  |  1,395 lines

  1. object FrmPref: TFrmPref
  2.   Left = 556
  3.   Top = 164
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Configure FlashFXP'
  7.   ClientHeight = 420
  8.   ClientWidth = 472
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object p1: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 472
  27.     Height = 420
  28.     Align = alClient
  29.     BevelInner = bvLowered
  30.     BevelOuter = bvNone
  31.     TabOrder = 4
  32.   end
  33.   object PC1: TPageControl
  34.     Left = 9
  35.     Top = 9
  36.     Width = 455
  37.     Height = 368
  38.     ActivePage = TS1
  39.     Anchors = [akLeft, akTop, akRight]
  40.     TabOrder = 0
  41.     OnChanging = PC1Changing
  42.     object TS1: TTabSheet
  43.       Caption = '&General'
  44.       object b3: TBevel
  45.         Left = 8
  46.         Top = 155
  47.         Width = 432
  48.         Height = 74
  49.         Shape = bsFrame
  50.       end
  51.       object b2: TBevel
  52.         Left = 8
  53.         Top = 10
  54.         Width = 431
  55.         Height = 134
  56.         Shape = bsFrame
  57.       end
  58.       object sb1: TSpeedButton
  59.         Left = 404
  60.         Top = 68
  61.         Width = 22
  62.         Height = 21
  63.         Layout = blGlyphBottom
  64.         OnClick = sb1Click
  65.       end
  66.       object sb2: TSpeedButton
  67.         Left = 404
  68.         Top = 43
  69.         Width = 22
  70.         Height = 21
  71.         Layout = blGlyphBottom
  72.         OnClick = sb2Click
  73.       end
  74.       object L20: TLabel
  75.         Left = 54
  76.         Top = 71
  77.         Width = 96
  78.         Height = 13
  79.         Alignment = taRightJustify
  80.         Caption = 'Status Log filename:'
  81.       end
  82.       object L8: TLabel
  83.         Left = 40
  84.         Top = 47
  85.         Width = 110
  86.         Height = 13
  87.         Alignment = taRightJustify
  88.         Caption = 'Default download path:'
  89.       end
  90.       object L1: TLabel
  91.         Left = 79
  92.         Top = 25
  93.         Width = 71
  94.         Height = 13
  95.         Alignment = taRightJustify
  96.         Caption = 'E-mail address:'
  97.       end
  98.       object L3: TLabel
  99.         Left = 244
  100.         Top = 171
  101.         Width = 120
  102.         Height = 13
  103.         Alignment = taRightJustify
  104.         Caption = 'Connect retry delay: (sec)'
  105.       end
  106.       object L4: TLabel
  107.         Left = 268
  108.         Top = 199
  109.         Width = 96
  110.         Height = 13
  111.         Alignment = taRightJustify
  112.         Caption = 'Connect retry count:'
  113.       end
  114.       object L17: TLabel
  115.         Left = 36
  116.         Top = 199
  117.         Width = 113
  118.         Height = 13
  119.         Alignment = taRightJustify
  120.         Caption = 'Scrollback buffer: (lines)'
  121.       end
  122.       object L2: TLabel
  123.         Left = 43
  124.         Top = 171
  125.         Width = 106
  126.         Height = 13
  127.         Alignment = taRightJustify
  128.         Caption = 'Connect timeout: (sec)'
  129.       end
  130.       object L39: TLabel
  131.         Left = 363
  132.         Top = 116
  133.         Width = 51
  134.         Height = 13
  135.         Caption = 'megabytes'
  136.       end
  137.       object go4: TCheckBox
  138.         Left = 155
  139.         Top = 92
  140.         Width = 232
  141.         Height = 18
  142.         Caption = 'Enable disk based logging'
  143.         TabOrder = 3
  144.       end
  145.       object go1: TEdit
  146.         Left = 155
  147.         Top = 20
  148.         Width = 270
  149.         Height = 21
  150.         HelpContext = 90
  151.         TabOrder = 0
  152.       end
  153.       object go2: TEdit
  154.         Left = 155
  155.         Top = 43
  156.         Width = 246
  157.         Height = 21
  158.         TabOrder = 1
  159.       end
  160.       object go3: TEdit
  161.         Left = 155
  162.         Top = 67
  163.         Width = 245
  164.         Height = 21
  165.         TabOrder = 2
  166.       end
  167.       object go8: TSpinEdit
  168.         Left = 369
  169.         Top = 167
  170.         Width = 57
  171.         Height = 22
  172.         MaxValue = 72000
  173.         MinValue = 1
  174.         TabOrder = 8
  175.         Value = 120
  176.         OnChange = SpinChange
  177.       end
  178.       object go10: TSpinEdit
  179.         Left = 369
  180.         Top = 194
  181.         Width = 57
  182.         Height = 22
  183.         MaxValue = 99999
  184.         MinValue = 0
  185.         TabOrder = 9
  186.         Value = 10
  187.         OnChange = SpinChange
  188.       end
  189.       object go9: TSpinEdit
  190.         Left = 155
  191.         Top = 194
  192.         Width = 57
  193.         Height = 22
  194.         MaxValue = 20000
  195.         MinValue = 10
  196.         TabOrder = 7
  197.         Value = 200
  198.         OnChange = SpinChange
  199.       end
  200.       object go7: TSpinEdit
  201.         Left = 155
  202.         Top = 167
  203.         Width = 57
  204.         Height = 22
  205.         MaxValue = 72000
  206.         MinValue = 1
  207.         TabOrder = 6
  208.         Value = 40
  209.         OnChange = SpinChange
  210.       end
  211.       object go5: TCheckBox
  212.         Left = 155
  213.         Top = 115
  214.         Width = 153
  215.         Height = 17
  216.         Caption = 'Trim status log file size to'
  217.         TabOrder = 4
  218.         OnClick = go5Click
  219.       end
  220.       object go6: TSpinEdit
  221.         Left = 311
  222.         Top = 112
  223.         Width = 45
  224.         Height = 22
  225.         MaxValue = 1000
  226.         MinValue = 1
  227.         TabOrder = 5
  228.         Value = 2
  229.       end
  230.       object GroupBox1: TGroupBox
  231.         Left = 8
  232.         Top = 238
  233.         Width = 432
  234.         Height = 94
  235.         Caption = 'Anti-Idle Keep Alive'
  236.         TabOrder = 10
  237.         object L47: TLabel
  238.           Left = 238
  239.           Top = 27
  240.           Width = 26
  241.           Height = 13
  242.           Caption = 'every'
  243.         end
  244.         object L46: TLabel
  245.           Left = 339
  246.           Top = 27
  247.           Width = 43
  248.           Height = 13
  249.           Caption = 'seconds.'
  250.         end
  251.         object L48: TLabel
  252.           Left = 238
  253.           Top = 59
  254.           Width = 39
  255.           Height = 13
  256.           Caption = 'minutes.'
  257.         end
  258.         object g14: TCheckBox
  259.           Left = 9
  260.           Top = 59
  261.           Width = 163
  262.           Height = 17
  263.           Caption = 'Stop sending Keep Alive after'
  264.           TabOrder = 3
  265.           OnClick = g14Click
  266.         end
  267.         object g11: TCheckBox
  268.           Left = 9
  269.           Top = 27
  270.           Width = 156
  271.           Height = 17
  272.           Caption = 'Send Keep Alive command'
  273.           TabOrder = 0
  274.           OnClick = g11Click
  275.         end
  276.         object g12: TComboBox
  277.           Left = 174
  278.           Top = 22
  279.           Width = 57
  280.           Height = 21
  281.           Style = csDropDownList
  282.           ItemHeight = 13
  283.           Items.Strings = (
  284.             'NOOP'
  285.             'PWD'
  286.             'LIST'
  287.             'CWD .'
  288.             'refresh')
  289.           TabOrder = 1
  290.         end
  291.         object g13: TSpinEdit
  292.           Left = 275
  293.           Top = 22
  294.           Width = 57
  295.           Height = 22
  296.           HelpContext = 170
  297.           MaxValue = 72000
  298.           MinValue = 0
  299.           TabOrder = 2
  300.           Value = 120
  301.           OnChange = SpinChange
  302.         end
  303.         object g15: TSpinEdit
  304.           Left = 174
  305.           Top = 55
  306.           Width = 57
  307.           Height = 22
  308.           MaxValue = 72000
  309.           MinValue = 1
  310.           TabOrder = 4
  311.           Value = 30
  312.           OnChange = SpinChange
  313.         end
  314.       end
  315.     end
  316.     object TS6: TTabSheet
  317.       Caption = '&Options'
  318.       ImageIndex = 5
  319.       object g1t2: TGroupBox
  320.         Left = 8
  321.         Top = 5
  322.         Width = 431
  323.         Height = 201
  324.         Caption = 'Toggles'
  325.         TabOrder = 0
  326.         object cGen: TFDCheckListBox
  327.           Left = 8
  328.           Top = 17
  329.           Width = 415
  330.           Height = 181
  331.           Anchors = [akLeft, akTop, akRight, akBottom]
  332.           BorderStyle = bsNone
  333.           Color = clBtnFace
  334.           Flat = False
  335.           ItemHeight = 19
  336.           Items.Strings = (
  337.             'Delete temp file after FTP View/Edit'
  338.             'Double click changes directory in queue'
  339.             'Pop up window for login messages'
  340.             'Save clipboard monitoring state on exit'
  341.             'Cache Directories'
  342.             'Double click changes FTP Directory Tree'
  343.             'Auto Expand FTP Directory Tree'
  344.             'Follow Symbolic Links Recursively'
  345.             'Update Directory Cache During Transfer')
  346.           Style = lbOwnerDrawFixed
  347.           TabOrder = 0
  348.           OnClick = g11Click
  349.         end
  350.       end
  351.       object g2t2: TGroupBox
  352.         Left = 8
  353.         Top = 215
  354.         Width = 431
  355.         Height = 105
  356.         Caption = 'Confirmations'
  357.         TabOrder = 1
  358.         object cCon1: TFDCheckListBox
  359.           Left = 9
  360.           Top = 18
  361.           Width = 189
  362.           Height = 84
  363.           Anchors = [akLeft, akTop, akRight, akBottom]
  364.           BorderStyle = bsNone
  365.           Color = clBtnFace
  366.           Flat = False
  367.           ItemHeight = 19
  368.           Items.Strings = (
  369.             'Delete files/folders'
  370.             'Move files/folders'
  371.             'Exit with non empty queue'
  372.             'Delete queue items')
  373.           Style = lbOwnerDrawFixed
  374.           TabOrder = 0
  375.         end
  376.         object cCon2: TFDCheckListBox
  377.           Left = 201
  378.           Top = 18
  379.           Width = 224
  380.           Height = 85
  381.           Anchors = [akLeft, akTop, akRight, akBottom]
  382.           BorderStyle = bsNone
  383.           Color = clBtnFace
  384.           Flat = False
  385.           ItemHeight = 19
  386.           Items.Strings = (
  387.             'Exit during transfer'
  388.             'Clear queue'
  389.             'Save site changes in Site Manager'
  390.             'Delete queue file in Restore Queue')
  391.           Style = lbOwnerDrawFixed
  392.           TabOrder = 1
  393.         end
  394.       end
  395.     end
  396.     object TS9: TTabSheet
  397.       Caption = '&Sounds'
  398.       ImageIndex = 6
  399.       object bSndOpen: TSpeedButton
  400.         Left = 389
  401.         Top = 304
  402.         Width = 22
  403.         Height = 21
  404.         Enabled = False
  405.         Layout = blGlyphBottom
  406.         OnClick = bSndOpenClick
  407.       end
  408.       object Label1: TLabel
  409.         Left = 32
  410.         Top = 308
  411.         Width = 19
  412.         Height = 13
  413.         Alignment = taRightJustify
  414.         Anchors = [akTop, akRight]
  415.         Caption = 'File:'
  416.       end
  417.       object bSndPlay: TSpeedButton
  418.         Left = 415
  419.         Top = 304
  420.         Width = 22
  421.         Height = 21
  422.         Enabled = False
  423.         Layout = blGlyphBottom
  424.         OnClick = bSndPlayClick
  425.       end
  426.       object LVsnd: TListView
  427.         Left = 8
  428.         Top = 31
  429.         Width = 431
  430.         Height = 256
  431.         Columns = <
  432.           item
  433.             Caption = 'Event'
  434.             Width = 150
  435.           end
  436.           item
  437.             AutoSize = True
  438.             Caption = 'File'
  439.           end>
  440.         ColumnClick = False
  441.         GridLines = True
  442.         HideSelection = False
  443.         HotTrackStyles = []
  444.         ReadOnly = True
  445.         RowSelect = True
  446.         SmallImages = IL
  447.         TabOrder = 1
  448.         ViewStyle = vsReport
  449.         OnDblClick = LVsndDblClick
  450.         OnSelectItem = LVsndSelectItem
  451.       end
  452.       object cbSnd: TComboBox
  453.         Left = 58
  454.         Top = 304
  455.         Width = 327
  456.         Height = 21
  457.         Enabled = False
  458.         ItemHeight = 13
  459.         TabOrder = 2
  460.         OnChange = cbSndExit
  461.         OnExit = cbSndExit
  462.         OnKeyPress = cbSndKeyPress
  463.       end
  464.       object cES: TCheckBox
  465.         Left = 11
  466.         Top = 8
  467.         Width = 198
  468.         Height = 17
  469.         Caption = 'Enable Sound Events'
  470.         Checked = True
  471.         State = cbChecked
  472.         TabOrder = 0
  473.       end
  474.     end
  475.     object TS8: TTabSheet
  476.       Caption = '&Advanced'
  477.       ImageIndex = 5
  478.       object L41: TLabel
  479.         Left = 12
  480.         Top = 291
  481.         Width = 170
  482.         Height = 13
  483.         Caption = 'Files dropped from windows explorer'
  484.       end
  485.       object L18: TLabel
  486.         Left = 11
  487.         Top = 237
  488.         Width = 115
  489.         Height = 13
  490.         Alignment = taCenter
  491.         Caption = 'On double click [remote]'
  492.       end
  493.       object L40: TLabel
  494.         Left = 163
  495.         Top = 237
  496.         Width = 105
  497.         Height = 13
  498.         Alignment = taCenter
  499.         Caption = 'On double click [local]'
  500.       end
  501.       object L19: TLabel
  502.         Left = 315
  503.         Top = 237
  504.         Width = 62
  505.         Height = 13
  506.         Caption = 'On drag drop'
  507.       end
  508.       object Label3: TLabel
  509.         Left = 315
  510.         Top = 291
  511.         Width = 94
  512.         Height = 13
  513.         Caption = 'Upload Packet Size'
  514.       end
  515.       object g1t3: TGroupBox
  516.         Left = 8
  517.         Top = 5
  518.         Width = 431
  519.         Height = 103
  520.         Caption = 'Advanced Options'
  521.         TabOrder = 0
  522.         object cAdv2: TFDCheckListBox
  523.           Left = 207
  524.           Top = 20
  525.           Width = 220
  526.           Height = 81
  527.           Anchors = [akLeft, akTop, akRight, akBottom]
  528.           BorderStyle = bsNone
  529.           Color = clBtnFace
  530.           Flat = False
  531.           ItemHeight = 19
  532.           Items.Strings = (
  533.             'Restore FlashFXP for confirmations'
  534.             'Keep failed transfers in queue'
  535.             'Interpret ; as raw command delimiter'
  536.             'Update icon to reflect current status')
  537.           Style = lbOwnerDrawFixed
  538.           TabOrder = 1
  539.         end
  540.         object cAdv1: TFDCheckListBox
  541.           Left = 8
  542.           Top = 20
  543.           Width = 196
  544.           Height = 81
  545.           Anchors = [akLeft, akTop, akRight, akBottom]
  546.           BorderStyle = bsNone
  547.           Color = clBtnFace
  548.           Flat = False
  549.           ItemHeight = 19
  550.           Items.Strings = (
  551.             'Enter directory after create'
  552.             'Don'#39't leave empty directories'
  553.             'Don'#39't recursive delete'
  554.             'Activate FlashFXP on Connect')
  555.           Style = lbOwnerDrawFixed
  556.           TabOrder = 0
  557.         end
  558.       end
  559.       object g2t3: TGroupBox
  560.         Left = 8
  561.         Top = 120
  562.         Width = 270
  563.         Height = 106
  564.         Caption = 'Taskbar button caption'
  565.         TabOrder = 1
  566.         object L12: TLabel
  567.           Left = 8
  568.           Top = 21
  569.           Width = 92
  570.           Height = 13
  571.           Caption = 'During FTP transfer'
  572.         end
  573.         object L13: TLabel
  574.           Left = 9
  575.           Top = 62
  576.           Width = 92
  577.           Height = 13
  578.           Caption = 'During FXP transfer'
  579.         end
  580.         object ttFTP: TEdit
  581.           Left = 8
  582.           Top = 36
  583.           Width = 254
  584.           Height = 21
  585.           TabOrder = 1
  586.         end
  587.         object ttFXP: TEdit
  588.           Left = 9
  589.           Top = 76
  590.           Width = 252
  591.           Height = 21
  592.           TabOrder = 2
  593.         end
  594.         object bThelp: TButton
  595.           Left = 215
  596.           Top = 13
  597.           Width = 46
  598.           Height = 19
  599.           Caption = 'help'
  600.           TabOrder = 0
  601.           OnClick = bHelpClick
  602.         end
  603.       end
  604.       object ListType: TRadioGroup
  605.         Left = 288
  606.         Top = 120
  607.         Width = 151
  608.         Height = 106
  609.         Caption = 'List Method'
  610.         ItemIndex = 0
  611.         Items.Strings = (
  612.           'Default'
  613.           'Show hidden files'
  614.           'Custom list')
  615.         TabOrder = 2
  616.       end
  617.       object cbDWE: TComboBox
  618.         Left = 11
  619.         Top = 307
  620.         Width = 121
  621.         Height = 21
  622.         Style = csDropDownList
  623.         ItemHeight = 13
  624.         Items.Strings = (
  625.           '(nothing)'
  626.           'Queue'
  627.           'Transfer')
  628.         TabOrder = 6
  629.       end
  630.       object cbDBR: TComboBox
  631.         Left = 10
  632.         Top = 254
  633.         Width = 123
  634.         Height = 21
  635.         Style = csDropDownList
  636.         ItemHeight = 13
  637.         Items.Strings = (
  638.           '(nothing)'
  639.           'Queue'
  640.           'Transfer'
  641.           'View File'
  642.           'Edit File')
  643.         TabOrder = 3
  644.       end
  645.       object cbDBL: TComboBox
  646.         Left = 162
  647.         Top = 254
  648.         Width = 123
  649.         Height = 21
  650.         Style = csDropDownList
  651.         ItemHeight = 13
  652.         Items.Strings = (
  653.           '(nothing)'
  654.           'Queue'
  655.           'Transfer'
  656.           'Edit File'
  657.           'Execute File')
  658.         TabOrder = 4
  659.       end
  660.       object cDragDrop: TComboBox
  661.         Left = 314
  662.         Top = 254
  663.         Width = 123
  664.         Height = 21
  665.         Style = csDropDownList
  666.         ItemHeight = 13
  667.         Items.Strings = (
  668.           'Queue'
  669.           'Transfer')
  670.         TabOrder = 5
  671.       end
  672.       object tCustom: TEdit
  673.         Left = 382
  674.         Top = 196
  675.         Width = 42
  676.         Height = 21
  677.         TabStop = False
  678.         TabOrder = 7
  679.         Text = 'al'
  680.       end
  681.       object cbTB: TComboBox
  682.         Left = 314
  683.         Top = 307
  684.         Width = 123
  685.         Height = 21
  686.         Style = csDropDownList
  687.         ItemHeight = 13
  688.         TabOrder = 8
  689.       end
  690.     end
  691.     object TS5: TTabSheet
  692.       Caption = '&Transfer'
  693.       ImageIndex = 3
  694.       object b1: TBevel
  695.         Left = 8
  696.         Top = 10
  697.         Width = 431
  698.         Height = 222
  699.         Shape = bsFrame
  700.       end
  701.       object L15: TLabel
  702.         Left = 236
  703.         Top = 239
  704.         Width = 103
  705.         Height = 13
  706.         Caption = 'On Transfer Complete'
  707.       end
  708.       object L44: TLabel
  709.         Left = 295
  710.         Top = 134
  711.         Width = 36
  712.         Height = 13
  713.         Caption = 'minutes'
  714.       end
  715.       object L35: TLabel
  716.         Left = 10
  717.         Top = 282
  718.         Width = 149
  719.         Height = 13
  720.         Caption = 'Download Filename Conversion'
  721.       end
  722.       object L34: TLabel
  723.         Left = 10
  724.         Top = 240
  725.         Width = 135
  726.         Height = 13
  727.         Caption = 'Upload Filename Conversion'
  728.       end
  729.       object L33: TLabel
  730.         Left = 238
  731.         Top = 180
  732.         Width = 70
  733.         Height = 13
  734.         Caption = 'KB per second'
  735.       end
  736.       object L45: TLabel
  737.         Left = 378
  738.         Top = 158
  739.         Width = 24
  740.         Height = 13
  741.         Caption = 'times'
  742.       end
  743.       object L32: TLabel
  744.         Left = 238
  745.         Top = 204
  746.         Width = 70
  747.         Height = 13
  748.         Caption = 'KB per second'
  749.       end
  750.       object rTransferMode: TRadioGroup
  751.         Left = 324
  752.         Top = 5
  753.         Width = 115
  754.         Height = 80
  755.         Caption = 'Transfer Mode'
  756.         ItemIndex = 2
  757.         Items.Strings = (
  758.           'ASCII'
  759.           'Binary (image)'
  760.           'Auto')
  761.         TabOrder = 14
  762.       end
  763.       object cTopt6: TCheckBox
  764.         Left = 16
  765.         Top = 133
  766.         Width = 215
  767.         Height = 18
  768.         Caption = 'Stop and Resume if no data received for'
  769.         TabOrder = 6
  770.         OnClick = cTopt6Click
  771.       end
  772.       object TransTimeout: TSpinEdit
  773.         Left = 236
  774.         Top = 132
  775.         Width = 48
  776.         Height = 22
  777.         MaxValue = 100
  778.         MinValue = 1
  779.         TabOrder = 7
  780.         Value = 5
  781.         OnChange = SpinChange
  782.       end
  783.       object cTopt1: TCheckBox
  784.         Left = 16
  785.         Top = 156
  786.         Width = 291
  787.         Height = 18
  788.         Caption = 'Restore broken Transfers and retry broken FTP transfers'
  789.         TabOrder = 8
  790.         OnClick = cTopt1Click
  791.       end
  792.       object cTopt2: TCheckBox
  793.         Left = 16
  794.         Top = 54
  795.         Width = 306
  796.         Height = 19
  797.         Caption = 'Smart mode handling'
  798.         TabOrder = 2
  799.       end
  800.       object cTopt5: TCheckBox
  801.         Left = 16
  802.         Top = 35
  803.         Width = 306
  804.         Height = 19
  805.         Caption = 'Keep server file time on downloaded files'
  806.         TabOrder = 1
  807.       end
  808.       object cTopt7: TCheckBox
  809.         Left = 16
  810.         Top = 16
  811.         Width = 306
  812.         Height = 18
  813.         Caption = 'Check free space on download'
  814.         TabOrder = 0
  815.       end
  816.       object cTopt8: TCheckBox
  817.         Left = 16
  818.         Top = 111
  819.         Width = 420
  820.         Height = 19
  821.         Caption = 'Close unused FTP connections during transfer'
  822.         TabOrder = 5
  823.       end
  824.       object cTransferComplete: TComboBox
  825.         Left = 236
  826.         Top = 255
  827.         Width = 198
  828.         Height = 21
  829.         Style = csDropDownList
  830.         ItemHeight = 13
  831.         Items.Strings = (
  832.           'Idle'
  833.           'Disconnect Site(s)'
  834.           'Quit FlashFXP'
  835.           'Hang up'
  836.           'Hang up then Quit FlashFXP'
  837.           'Hang up then Turn off computer'
  838.           'Turn off computer'
  839.           'Log off computer')
  840.         TabOrder = 17
  841.       end
  842.       object cTopt9: TCheckBox
  843.         Left = 16
  844.         Top = 73
  845.         Width = 306
  846.         Height = 19
  847.         Caption = 'Flash window on transfer complete'
  848.         TabOrder = 3
  849.       end
  850.       object FFTP: TSpinEdit
  851.         Left = 314
  852.         Top = 154
  853.         Width = 55
  854.         Height = 22
  855.         AutoSize = False
  856.         MaxValue = 99999
  857.         MinValue = 0
  858.         TabOrder = 9
  859.         Value = 3
  860.       end
  861.       object cSCon: TCheckBox
  862.         Left = 236
  863.         Top = 280
  864.         Width = 107
  865.         Height = 17
  866.         Caption = 'Show confirmation'
  867.         Checked = True
  868.         State = cbChecked
  869.         TabOrder = 18
  870.       end
  871.       object cbdown: TComboBox
  872.         Left = 10
  873.         Top = 297
  874.         Width = 205
  875.         Height = 21
  876.         Style = csDropDownList
  877.         ItemHeight = 0
  878.         TabOrder = 16
  879.       end
  880.       object cbUpload: TComboBox
  881.         Left = 10
  882.         Top = 255
  883.         Width = 205
  884.         Height = 21
  885.         Style = csDropDownList
  886.         ItemHeight = 0
  887.         TabOrder = 15
  888.       end
  889.       object cODSL: TCheckBox
  890.         Left = 16
  891.         Top = 180
  892.         Width = 157
  893.         Height = 18
  894.         Caption = 'Obey download speed limit'
  895.         TabOrder = 10
  896.         OnClick = cODSLClick
  897.       end
  898.       object sDSL: TSpinEdit
  899.         Left = 177
  900.         Top = 176
  901.         Width = 55
  902.         Height = 22
  903.         AutoSize = False
  904.         MaxValue = 9999999
  905.         MinValue = 1
  906.         TabOrder = 11
  907.         Value = 3
  908.       end
  909.       object cOUSL: TCheckBox
  910.         Left = 16
  911.         Top = 203
  912.         Width = 155
  913.         Height = 18
  914.         Caption = 'Obey upload speed limit'
  915.         TabOrder = 12
  916.         OnClick = cOUSLClick
  917.       end
  918.       object sUSL: TSpinEdit
  919.         Left = 177
  920.         Top = 201
  921.         Width = 55
  922.         Height = 22
  923.         AutoSize = False
  924.         MaxValue = 9999999
  925.         MinValue = 1
  926.         TabOrder = 13
  927.         Value = 3
  928.       end
  929.       object cAPPE: TCheckBox
  930.         Left = 16
  931.         Top = 92
  932.         Width = 420
  933.         Height = 19
  934.         Caption = 'Use APPE to resume uploads'
  935.         TabOrder = 4
  936.       end
  937.     end
  938.     object TS3: TTabSheet
  939.       Caption = 'Proxy / Firewall / Ident'
  940.       ImageIndex = 2
  941.       object g3t5: TGroupBox
  942.         Left = 8
  943.         Top = 240
  944.         Width = 431
  945.         Height = 92
  946.         HelpContext = 300
  947.         Caption = 'Ident Server'
  948.         TabOrder = 2
  949.         object L6: TLabel
  950.           Left = 44
  951.           Top = 48
  952.           Width = 39
  953.           Height = 13
  954.           Alignment = taRightJustify
  955.           Anchors = [akTop, akRight]
  956.           Caption = 'User ID:'
  957.         end
  958.         object L11: TLabel
  959.           Left = 292
  960.           Top = 47
  961.           Width = 37
  962.           Height = 13
  963.           Alignment = taRightJustify
  964.           Anchors = [akTop, akRight]
  965.           Caption = 'System:'
  966.         end
  967.         object Label2: TLabel
  968.           Left = 307
  969.           Top = 19
  970.           Width = 22
  971.           Height = 13
  972.           Alignment = taRightJustify
  973.           Anchors = [akTop, akRight]
  974.           Caption = 'Port:'
  975.         end
  976.         object IdentNick: TEdit
  977.           Left = 88
  978.           Top = 44
  979.           Width = 188
  980.           Height = 21
  981.           TabOrder = 2
  982.         end
  983.         object Identd: TCheckBox
  984.           Left = 16
  985.           Top = 20
  986.           Width = 66
  987.           Height = 17
  988.           Caption = 'Enable'
  989.           TabOrder = 0
  990.           OnClick = IdentdClick
  991.         end
  992.         object tSys: TEdit
  993.           Left = 342
  994.           Top = 44
  995.           Width = 71
  996.           Height = 21
  997.           TabOrder = 3
  998.           Text = 'UNIX'
  999.         end
  1000.         object cIdentOnly: TCheckBox
  1001.           Left = 16
  1002.           Top = 68
  1003.           Width = 177
  1004.           Height = 17
  1005.           Caption = 'Enable only when connecting'
  1006.           Checked = True
  1007.           State = cbChecked
  1008.           TabOrder = 4
  1009.         end
  1010.         object sIdPort: TSpinEdit
  1011.           Left = 342
  1012.           Top = 16
  1013.           Width = 71
  1014.           Height = 22
  1015.           MaxValue = 0
  1016.           MinValue = 0
  1017.           TabOrder = 1
  1018.           Value = 113
  1019.         end
  1020.       end
  1021.       object g1t5: TGroupBox
  1022.         Left = 8
  1023.         Top = 5
  1024.         Width = 431
  1025.         Height = 134
  1026.         Caption = 'Proxy Server'
  1027.         TabOrder = 0
  1028.         object L9: TLabel
  1029.           Left = 27
  1030.           Top = 57
  1031.           Width = 25
  1032.           Height = 13
  1033.           Alignment = taRightJustify
  1034.           Anchors = [akTop, akRight]
  1035.           Caption = 'Host:'
  1036.         end
  1037.         object L10: TLabel
  1038.           Left = 319
  1039.           Top = 54
  1040.           Width = 22
  1041.           Height = 13
  1042.           Alignment = taRightJustify
  1043.           Anchors = [akTop, akRight]
  1044.           Caption = 'Port:'
  1045.         end
  1046.         object L7: TLabel
  1047.           Left = 27
  1048.           Top = 84
  1049.           Width = 25
  1050.           Height = 13
  1051.           Alignment = taRightJustify
  1052.           Anchors = [akTop, akRight]
  1053.           Caption = 'User:'
  1054.         end
  1055.         object L27: TLabel
  1056.           Left = 263
  1057.           Top = 84
  1058.           Width = 49
  1059.           Height = 13
  1060.           Alignment = taRightJustify
  1061.           Anchors = [akTop, akRight]
  1062.           Caption = 'Password:'
  1063.         end
  1064.         object L28: TLabel
  1065.           Left = 27
  1066.           Top = 26
  1067.           Width = 27
  1068.           Height = 13
  1069.           Alignment = taRightJustify
  1070.           Anchors = [akTop, akRight]
  1071.           Caption = 'Type:'
  1072.         end
  1073.         object tProxyIP: TEdit
  1074.           Left = 57
  1075.           Top = 52
  1076.           Width = 217
  1077.           Height = 21
  1078.           TabOrder = 1
  1079.         end
  1080.         object tProxyPort: TEdit
  1081.           Left = 345
  1082.           Top = 51
  1083.           Width = 71
  1084.           Height = 21
  1085.           TabOrder = 2
  1086.         end
  1087.         object tProxyUser: TEdit
  1088.           Left = 57
  1089.           Top = 81
  1090.           Width = 161
  1091.           Height = 21
  1092.           TabOrder = 3
  1093.         end
  1094.         object tProxyPass: TEdit
  1095.           Left = 316
  1096.           Top = 81
  1097.           Width = 100
  1098.           Height = 21
  1099.           PasswordChar = '*'
  1100.           TabOrder = 4
  1101.         end
  1102.         object cProxyType: TComboBox
  1103.           Left = 57
  1104.           Top = 22
  1105.           Width = 359
  1106.           Height = 19
  1107.           Style = csOwnerDrawFixed
  1108.           DropDownCount = 21
  1109.           ItemHeight = 13
  1110.           Items.Strings = (
  1111.             '0.  None'
  1112.             '1.  Socks 4'
  1113.             '2.  Socks 4A'
  1114.             '3.  Socks 5'
  1115.             '4.  HTTP Proxy'
  1116.             '5.  CheckPoint Firewall 1'
  1117.             '6.  OPEN ftp-host:ftp-port'
  1118.             '7.  SITE ftp-host ftp-port'
  1119.             '8.  SITE ftp-host:ftp-port'
  1120.             '9.  SITE ftp-user@ftp-host ftp-port'
  1121.             '10. SITE ftp-user@ftp-host:ftp-port'
  1122.             '11. USER ftp-user@ftp-host ftp-port'
  1123.             '12. USER ftp-user@ftp-host:ftp-port'
  1124.             '13. USER ftp-user@ftp-host proxy-user'
  1125.             '14. USER proxy-user@ftp-host')
  1126.           TabOrder = 0
  1127.           OnChange = cProxyTypeChange
  1128.           OnDrawItem = cProxyTypeDrawItem
  1129.         end
  1130.         object cPasv: TCheckBox
  1131.           Left = 16
  1132.           Top = 108
  1133.           Width = 125
  1134.           Height = 17
  1135.           Caption = 'Use Passive Mode'
  1136.           TabOrder = 5
  1137.         end
  1138.         object cSKA: TCheckBox
  1139.           Left = 205
  1140.           Top = 108
  1141.           Width = 195
  1142.           Height = 17
  1143.           Caption = 'Send noops during transfer'
  1144.           TabOrder = 6
  1145.         end
  1146.       end
  1147.       object g2t5: TGroupBox
  1148.         Left = 8
  1149.         Top = 149
  1150.         Width = 431
  1151.         Height = 80
  1152.         Caption = 'Firewall'
  1153.         TabOrder = 1
  1154.         object L36: TLabel
  1155.           Left = 73
  1156.           Top = 50
  1157.           Width = 17
  1158.           Height = 13
  1159.           Anchors = [akTop, akRight]
  1160.           Caption = 'Min'
  1161.         end
  1162.         object L37: TLabel
  1163.           Left = 170
  1164.           Top = 50
  1165.           Width = 20
  1166.           Height = 13
  1167.           Anchors = [akTop, akRight]
  1168.           Caption = 'Max'
  1169.         end
  1170.         object L38: TLabel
  1171.           Left = 231
  1172.           Top = 50
  1173.           Width = 10
  1174.           Height = 13
  1175.           Alignment = taRightJustify
  1176.           Caption = 'IP'
  1177.         end
  1178.         object cFP: TCheckBox
  1179.           Left = 16
  1180.           Top = 24
  1181.           Width = 158
  1182.           Height = 17
  1183.           Caption = 'Limit local port range to:'
  1184.           TabOrder = 0
  1185.           OnClick = cFPClick
  1186.         end
  1187.         object sfn: TSpinEdit
  1188.           Left = 16
  1189.           Top = 46
  1190.           Width = 54
  1191.           Height = 22
  1192.           MaxValue = 65535
  1193.           MinValue = 1024
  1194.           TabOrder = 1
  1195.           Value = 1024
  1196.         end
  1197.         object sfx: TSpinEdit
  1198.           Left = 110
  1199.           Top = 46
  1200.           Width = 54
  1201.           Height = 22
  1202.           MaxValue = 65535
  1203.           MinValue = 1024
  1204.           TabOrder = 2
  1205.           Value = 2048
  1206.         end
  1207.         object cFB: TCheckBox
  1208.           Left = 231
  1209.           Top = 24
  1210.           Width = 173
  1211.           Height = 17
  1212.           Caption = 'Bind sockets to this address:'
  1213.           TabOrder = 3
  1214.           OnClick = cFBClick
  1215.         end
  1216.         object tFIP: TEdit
  1217.           Left = 247
  1218.           Top = 46
  1219.           Width = 147
  1220.           Height = 21
  1221.           TabOrder = 4
  1222.         end
  1223.       end
  1224.     end
  1225.     object TS7: TTabSheet
  1226.       Caption = '&Display'
  1227.       ImageIndex = 6
  1228.       object g1t6: TGroupBox
  1229.         Left = 8
  1230.         Top = 5
  1231.         Width = 228
  1232.         Height = 326
  1233.         Caption = 'Options'
  1234.         TabOrder = 0
  1235.         object cDopt: TFDCheckListBox
  1236.           Left = 9
  1237.           Top = 17
  1238.           Width = 217
  1239.           Height = 307
  1240.           Anchors = [akLeft, akTop, akBottom]
  1241.           BorderStyle = bsNone
  1242.           Color = clBtnFace
  1243.           Flat = False
  1244.           ItemHeight = 19
  1245.           Items.Strings = (
  1246.             'Flat toolbar buttons'
  1247.             'Use high color toolbar buttons'
  1248.             'Place in tray when minimized'
  1249.             'Display site names in caption'
  1250.             'Auto size file list columns'
  1251.             'Auto size queue list columns'
  1252.             'Show site idle time'
  1253.             'Start with Site Manager'
  1254.             'Full row select'
  1255.             'Sort Folders on top'
  1256.             'Separately sort Folders/Links'
  1257.             'Smooth scroll'
  1258.             'Start with Error/Transfer Status'
  1259.             'Remember last used site in Site Manager'
  1260.             'Show Grid lines'
  1261.             'ReSort new/modified files (local listing)')
  1262.           Style = lbOwnerDrawFixed
  1263.           TabOrder = 0
  1264.         end
  1265.       end
  1266.       object bColFnt: TButton
  1267.         Left = 251
  1268.         Top = 306
  1269.         Width = 186
  1270.         Height = 25
  1271.         Caption = 'Change Colors && Fonts'
  1272.         TabOrder = 5
  1273.         OnClick = bColFntClick
  1274.       end
  1275.       object SDL: TRadioGroup
  1276.         Left = 247
  1277.         Top = 190
  1278.         Width = 192
  1279.         Height = 40
  1280.         Columns = 2
  1281.         Items.Strings = (
  1282.           'Ascending'
  1283.           'Descending')
  1284.         TabOrder = 4
  1285.       end
  1286.       object SDR: TRadioGroup
  1287.         Left = 247
  1288.         Top = 85
  1289.         Width = 192
  1290.         Height = 40
  1291.         Columns = 2
  1292.         Items.Strings = (
  1293.           'Ascending'
  1294.           'Descending')
  1295.         TabOrder = 2
  1296.       end
  1297.       object SBR: TRadioGroup
  1298.         Left = 247
  1299.         Top = 5
  1300.         Width = 192
  1301.         Height = 89
  1302.         Caption = 'FTP Sort By'
  1303.         Columns = 2
  1304.         Items.Strings = (
  1305.           'Name'
  1306.           'Size'
  1307.           'Date'
  1308.           'Owner'
  1309.           'Group'
  1310.           'File Extension')
  1311.         TabOrder = 1
  1312.       end
  1313.       object SBL: TRadioGroup
  1314.         Left = 247
  1315.         Top = 135
  1316.         Width = 192
  1317.         Height = 64
  1318.         Caption = 'Local Sort By'
  1319.         Columns = 2
  1320.         Items.Strings = (
  1321.           'Name'
  1322.           'Size'
  1323.           'Type'
  1324.           'Date')
  1325.         TabOrder = 3
  1326.       end
  1327.       object g2t6: TGroupBox
  1328.         Left = 247
  1329.         Top = 238
  1330.         Width = 192
  1331.         Height = 56
  1332.         Caption = 'Display File Size As'
  1333.         TabOrder = 6
  1334.         object FSComb: TComboBox
  1335.           Left = 11
  1336.           Top = 24
  1337.           Width = 168
  1338.           Height = 21
  1339.           Style = csDropDownList
  1340.           ItemHeight = 13
  1341.           Items.Strings = (
  1342.             'Auto'
  1343.             'KB'
  1344.             'Bytes')
  1345.           TabOrder = 0
  1346.         end
  1347.       end
  1348.     end
  1349.   end
  1350.   object OK1: TButton
  1351.     Left = 306
  1352.     Top = 385
  1353.     Width = 75
  1354.     Height = 25
  1355.     Caption = 'OK'
  1356.     TabOrder = 1
  1357.     OnClick = OK1Click
  1358.   end
  1359.   object Cancel1: TButton
  1360.     Left = 389
  1361.     Top = 385
  1362.     Width = 75
  1363.     Height = 25
  1364.     Cancel = True
  1365.     Caption = 'Cancel'
  1366.     TabOrder = 2
  1367.     OnClick = Cancel1Click
  1368.   end
  1369.   object bHelp: TButton
  1370.     Left = 9
  1371.     Top = 387
  1372.     Width = 75
  1373.     Height = 25
  1374.     Caption = '&Help'
  1375.     TabOrder = 3
  1376.     TabStop = False
  1377.     OnClick = bHelpClick
  1378.   end
  1379.   object OpenDlg: TOpenDialog
  1380.     Filter = '(*.exe)|*.exe'
  1381.     Left = 143
  1382.     Top = 382
  1383.   end
  1384.   object FolderBrowse1: TFolderBrowse
  1385.     Left = 114
  1386.     Top = 382
  1387.   end
  1388.   object IL: TImageList
  1389.     Height = 18
  1390.     Width = 0
  1391.     Left = 170
  1392.     Top = 382
  1393.   end
  1394. end
  1395.